home *** CD-ROM | disk | FTP | other *** search
- REM Atari Portfolio restore procedure - Mark Matlock
- REM requires FT.COM in C:\ as written
- @ECHO OFF
- @ECHO File Restoration procedure for Atari Portfolio
- C:\FT C:\ATARI\*.* C:\ /t
- IF NOT ERRORLEVEL 2 GOTO L0
- @ECHO No Files were Transferred to C:\
- GOTO L2
- :L0
- IF NOT ERRORLEVEL 1 GOTO L1
- @ECHO Some Files were Transferred to C:\
- GOTO L2
- :L1
- @ECHO All Files were Transferred to C:\
- :L2
- C:\FT C:\ATARI\SYSTEM C:\SYSTEM\ /t
- IF NOT ERRORLEVEL 2 GOTO L3
- @ECHO No Files were Transferred to C:\SYSTEM
- GOTO L5
- :L3
- IF NOT ERRORLEVEL 1 GOTO L4
- @ECHO Some Files were Transferred to C:\SYSTEM
- GOTO L5
- :L4
- @ECHO All Files were Transferred to C:\SYSTEM
- :L5
- əə